From 3c5f9fd1a22ad5cb4d282d6543ddf5e3245b49fa Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 6 Sep 2010 00:26:17 -0400 Subject: [PATCH] Remove use of ::has-separator property --- gtk/gtkprintunixdialog.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/gtkprintunixdialog.c b/gtk/gtkprintunixdialog.c index d0cdae8c8c..ff8749b034 100644 --- a/gtk/gtkprintunixdialog.c +++ b/gtk/gtkprintunixdialog.c @@ -3866,7 +3866,6 @@ gtk_print_unix_dialog_new (const gchar *title, result = g_object_new (GTK_TYPE_PRINT_UNIX_DIALOG, "transient-for", parent, "title", _title, - "has-separator", FALSE, NULL); return result; -- 2.30.2